From 80d936c1406b087ebf99871a650db0d2b6faa00c Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 22 Dec 2004 15:09:44 +0000 Subject: [PATCH] bitkeeper revision 1.1159.187.76 (41c98e38begOwNRIo47hn04zURXHJw) Better idle_loop declaration, as suggested by IBM. --- xen/arch/x86/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index 360255a3fb..95dc9779a6 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -57,7 +57,7 @@ static void default_idle(void) __sti(); } -void idle_loop(void) +static __attribute_used__ void idle_loop(void) { int cpu = smp_processor_id(); for ( ; ; ) -- 2.30.2